-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an UEFI test (reboot-uefi) to coverage and smoke groups #1321
Add an UEFI test (reboot-uefi) to coverage and smoke groups #1321
Conversation
/test-os-variants |
/test-os-variants --testtype smoke --skip-testtypes skip-on-rhel-10 |
/test-tmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks fine.
If I should suggest an enhancement, it would be nice to check that the system is really running in UEFI mode - either during the installation or after reboot. Perhaps just a simple execution of efibootmgr
should be enough (it fails on non-UEFI systems).
I should mention that this is a modification of |
a207c03
to
dcf35cf
Compare
Resovles: INSTALLER-4061
dcf35cf
to
2f6b78f
Compare
/test-os-variants |
/test-tmt |
@jstodola updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks!
Resolves: INSTALLER-4061
A modification of
reboot
test.